Welcome![Sign In][Sign Up]
Location:
Search - hash table

Search list

[Mathimatics-Numerical algorithmshash

Description: 哈希表实现- The Hasche table realizes
Platform: | Size: 4096 | Author: 站长 | Hits:

[OtherTryHashMap

Description: 哈希表映射程序!学会哈希表的简单应用功能!-Hash Table mapping procedures! Hash Table Institute of simple applications!
Platform: | Size: 3072 | Author: 花蓦然 | Hits:

[Data structsMyList

Description: 为了实现RTP数据重组,写了双指针链表,类似动态hash表(网上资料太少了),有添加(自动排序),删除和清除.我还在扩展功能-RTP data in order to achieve the reorganization, wrote a two-pointer List, similar dynamic hash table (online so little information), add (automatic sorting), delete and remove. I also expanded
Platform: | Size: 10240 | Author: llg | Hits:

[Data structs060626

Description: 哈希表设计 针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。-Hash Table design is a design collective Names Hash Table 1, bringing the average length not exceeding find R, and completion of the corresponding construction and Lookup Table procedures.
Platform: | Size: 6144 | Author: guoxingxi | Hits:

[OtherHashTableinDS

Description: 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。 四:需求分析 本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。 -one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested random function on its own if the structure should first be adjusted his random function, it evenly distributed. Names not on the length of more than 19 characters (the longest names such as : both Chong (ZHAGN SHUANG SHUANG).
Platform: | Size: 2048 | Author: wjs | Hits:

[VC/MFCGOOD_HASH

Description: 一个简单的HASH表的建立与HASH过程演示.-a simple hash table HASH the establishment and demonstration process.
Platform: | Size: 1024 | Author: 张新 | Hits:

[Data structslist_hash

Description: hash表和单向链表的实现代码,相当实用.-hash table and the realization of one-way linked list code useful.
Platform: | Size: 8192 | Author: likebj | Hits:

[Internet-Networkiprout-hash

Description: 一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
Platform: | Size: 1157120 | Author: 张文宾 | Hits:

[Crack Hackhash.c++

Description: 一个开源的哈希表源码实现,算法比较简短精简-a revenue source to achieve hash table, the relatively brief concise algorithm
Platform: | Size: 1024 | Author: kanyu | Hits:

[source in ebookHash

Description: 1. 本程序是针对我们班级中“人名”设计的哈希表,平均查找长度不超过R。 2. 程序中人名为汉语拼音形式,共30个我周围较熟悉的同学,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 人名的长度均不超过19个字符,测试数据为查找“hanbiao”。 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。 -1. This procedure is for our classes, name designed hash table, the average length of no more than to find R. 2. Procedure human form known as Hanyu Pinyin, a total of 30 around me who are more familiar with the students, taking the average to find the length of the upper limit of 2. Hash function used in addition to stay more than a few law structure, with pseudo-random hashing method to detect and then deal with the conflict. 3. The names of persons not of the length of more than 19 characters, the test data to find hanbiao . The procedures to users and the computer implementation of dialogue, that is displayed on computer terminals in the message after, by the user at the keyboard, enter the procedure provided for computing the order corresponding input data (least squares input of illegal characters) and The results showed that in subsequent operations.
Platform: | Size: 198656 | Author: ck | Hits:

[Otherhash

Description: Hashing is a technique that allows insertions, deletions and searches of records according to keys in constant average time. In this tutorial, we will construct a hash table and implement its operations.-Hashing is a technique that allows insertions, deletions and searches of recordsaccording to keys in constant average time. In this tutorial, we will construct a hashtable and implement its operations.
Platform: | Size: 1024 | Author: jovi | Hits:

[Data structsHASH

Description: 一个hash表的实现以及测试代码,比顺序查找快100多倍-A hash table to achieve and test code, than to find the order of 100 times faster
Platform: | Size: 2048 | Author: monk_lee | Hits:

[Delphi VCLu_hash

Description: Delphi hash表,支持字符串值和整数值-Delphi hash table to support the string value and the integer value
Platform: | Size: 1024 | Author: 陈翔 | Hits:

[Crack Hackhash

Description: hash表:用C++实现的HASH表及测试-hash table: The C++ realize the HASH table and test
Platform: | Size: 2048 | Author: 徐晓云 | Hits:

[Data structshash

Description: /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage -/** The internal form of a hash table.** The table is an array indexed by the hash of the key collisions* are resolved by hanging a linked list of hash entries off each* element of the array. Although this is a really simple design it* isn t too bad given that pools have a low allocation overhead.*/split from apache for general usage
Platform: | Size: 7168 | Author: llr | Hits:

[Data structsHASH

Description: 扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为: Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41-Scan a C source program, using Hash Table to store the keywords appear in the procedure, and statistical procedures in the frequency of the keyword appears. Linear detection method to resolve the conflict Hash. Based Hash function: Hash (key) = [(key the first letter of the serial number)* 100+ (Key serial number of the last letter)] MOD 41
Platform: | Size: 9216 | Author: zhang | Hits:

[Data structsHashTable

Description: 哈希表的实现(C/C++版本),实现了哈希表及基于哈希表的查找。-Realize Hashtable (C/C++ Version), realize the hash table and hash table based lookup.
Platform: | Size: 4096 | Author: | Hits:

[Data structsHashTable_Src

Description: Hash Table Source Code
Platform: | Size: 5120 | Author: Harry | Hits:

[Data structsHashTable

Description: 用C语言实现了哈希表的存储和读取,可以用字符串作为键值来存储数据-Using C language to achieve a hash table to store and read, can use the string as a key to store data
Platform: | Size: 2048 | Author: huaixichen | Hits:

[Windows Develophash

Description: Use Hash table for c/c++ ohter platform.
Platform: | Size: 10240 | Author: 2faust | Hits:
« 12 3 4 5 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net